From 2fa8c0b5d4f9b02705adb80d9c4d7bfcd6a3f4f5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jun 1993 17:19:36 +0000 Subject: [PATCH] Doc fix. --- src/keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keymap.c b/src/keymap.c index 107c2ec3b87..44179806ada 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -854,7 +854,7 @@ DEFUN ("global-set-key", Fglobal_set_key, Sglobal_set_key, 2, 2, "kSet key globally: \nCSet key %s to command: ", "Give KEY a global binding as COMMAND.\n\ COMMAND is a symbol naming an interactively-callable function.\n\ -KEY is a string representing a sequence of keystrokes.\n\ +KEY is a key sequence (a string or vector of characters or event types).\n\ Note that if KEY has a local binding in the current buffer\n\ that local binding will continue to shadow any global binding.") (keys, function) @@ -872,7 +872,7 @@ DEFUN ("local-set-key", Flocal_set_key, Slocal_set_key, 2, 2, "kSet key locally: \nCSet key %s locally to command: ", "Give KEY a local binding as COMMAND.\n\ COMMAND is a symbol naming an interactively-callable function.\n\ -KEY is a string representing a sequence of keystrokes.\n\ +KEY is a key sequence (a string or vector of characters or event types).\n\ The binding goes in the current buffer's local map,\n\ which is shared with other buffers in the same major mode.") (keys, function) -- 2.30.2